From e704458ef3f140f3a1999025b10563ba3353507a Mon Sep 17 00:00:00 2001 From: Matthias Geiger Date: Mon, 1 Sep 2025 18:47:37 +0200 Subject: [PATCH] d/rules: Drop obsolete buildsystem invocation --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a14ec8e..7416318 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,9 @@ #!/usr/bin/make -f + export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --buildsystem=makefile + dh $@ override_dh_auto_install: dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH) -- 2.30.2